3.251 \(\int \frac{1}{x^{10}} \, dx\)

Optimal. Leaf size=7 \[ -\frac{1}{9 x^9} \]

[Out]

-1/(9*x^9)

_______________________________________________________________________________________

Rubi [A]  time = 0.0037614, antiderivative size = 7, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 3, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.333 \[ -\frac{1}{9 x^9} \]

Antiderivative was successfully verified.

[In]  Int[x^(-10),x]

[Out]

-1/(9*x^9)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 0.907053, size = 7, normalized size = 1. \[ - \frac{1}{9 x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(1/x**10,x)

[Out]

-1/(9*x**9)

_______________________________________________________________________________________

Mathematica [A]  time = 0.000142072, size = 7, normalized size = 1. \[ -\frac{1}{9 x^9} \]

Antiderivative was successfully verified.

[In]  Integrate[x^(-10),x]

[Out]

-1/(9*x^9)

_______________________________________________________________________________________

Maple [A]  time = 0.001, size = 6, normalized size = 0.9 \[ -{\frac{1}{9\,{x}^{9}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(1/x^10,x)

[Out]

-1/9/x^9

_______________________________________________________________________________________

Maxima [A]  time = 1.34175, size = 7, normalized size = 1. \[ -\frac{1}{9 \, x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^(-10),x, algorithm="maxima")

[Out]

-1/9/x^9

_______________________________________________________________________________________

Fricas [A]  time = 0.199068, size = 7, normalized size = 1. \[ -\frac{1}{9 \, x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^(-10),x, algorithm="fricas")

[Out]

-1/9/x^9

_______________________________________________________________________________________

Sympy [A]  time = 0.060399, size = 7, normalized size = 1. \[ - \frac{1}{9 x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(1/x**10,x)

[Out]

-1/(9*x**9)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.201004, size = 7, normalized size = 1. \[ -\frac{1}{9 \, x^{9}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x^(-10),x, algorithm="giac")

[Out]

-1/9/x^9